projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4093a44
)
(hexl-mode): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:45:49 +0000
(
02:45
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:45:49 +0000
(
02:45
+0000)
lisp/hexl.el
patch
|
blob
|
history
diff --git
a/lisp/hexl.el
b/lisp/hexl.el
index d753fc830178cac5b929d43d443ff40bc4827f22..47bfc76940c79e7af05aa099304c68e5148c1909 100644
(file)
--- a/
lisp/hexl.el
+++ b/
lisp/hexl.el
@@
-169,7
+169,7
@@
A sample format:
000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
000000c0: 7265 6769 6f6e 2e0a region..
-Movement is as simple as movement in a normal
e
macs text buffer. Most
+Movement is as simple as movement in a normal
E
macs text buffer. Most
cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
to move the cursor left, right, down, and up).